object frmWatchEdit: TfrmWatchEdit Left = 371 Top = 10 BorderStyle = bsDialog Caption = 'Edit watch' ClientHeight = 482 ClientWidth = 398 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poOwnerFormCenter OnClose = FormClose OnCreate = FormCreate OnShow = FormShow DesignSize = ( 398 482) PixelsPerInch = 96 TextHeight = 13 object gbWatch: TGroupBox Left = 8 Top = 8 Width = 383 Height = 435 Anchors = [akLeft, akTop, akRight, akBottom] Caption = 'Watch settings' TabOrder = 2 DesignSize = ( 383 435) object lblDescription: TLabel Left = 8 Top = 72 Width = 57 Height = 13 Caption = 'Description:' end object edTitle: TLabeledEdit Left = 8 Top = 40 Width = 367 Height = 21 Anchors = [akLeft, akTop, akRight] EditLabel.Width = 24 EditLabel.Height = 13 EditLabel.Caption = 'Title:' TabOrder = 0 end object memDescription: TJvMemo Left = 8 Top = 88 Width = 366 Height = 65 AutoSize = False ClipboardCommands = [caCopy, caCut, caPaste] MaxLines = 0 HideCaret = False Anchors = [akLeft, akTop, akRight] ScrollBars = ssVertical TabOrder = 1 end object gbReminder: TGroupBox Left = 8 Top = 160 Width = 367 Height = 267 Anchors = [akLeft, akTop, akRight, akBottom] Caption = 'Reminder' TabOrder = 2 DesignSize = ( 367 267) object lblDate: TLabel Left = 8 Top = 24 Width = 27 Height = 13 Caption = 'Date:' end object lblEmail: TLabel Left = 8 Top = 76 Width = 228 Height = 13 Caption = 'Send an email reminder with a link to this file to:' end object lblTime: TLabel Left = 124 Top = 24 Width = 26 Height = 13 Caption = 'Time:' end object edTime: TJvMaskEdit Left = 124 Top = 40 Width = 37 Height = 21 ClipboardCommands = [] Enabled = False EditMask = '!90:00;1;-' MaxLength = 5 TabOrder = 2 Text = ' : ' end object dtpDate: TJvDatePickerEdit Left = 8 Top = 40 Width = 109 Height = 21 AllowNoDate = True CalendarAppearance.WeekNumbers = True Checked = True ClipboardCommands = [] TabOrder = 0 end object cbSetTime: TCheckBox Left = 200 Top = 38 Width = 57 Height = 17 Caption = 'Set &time' Enabled = False TabOrder = 1 Visible = False OnClick = cbSetTimeClick end object btnSelectReceivers: TButton Left = 8 Top = 233 Width = 121 Height = 26 Anchors = [akLeft, akBottom] Caption = '&Select receivers...' TabOrder = 3 OnClick = btnSelectReceiversClick end object lbReceivers: TMemo Left = 8 Top = 92 Width = 351 Height = 135 Cursor = crArrow TabStop = False Anchors = [akLeft, akTop, akRight, akBottom] Lines.Strings = ( '') PopupMenu = pmHideStandard ReadOnly = True TabOrder = 4 OnDblClick = btnSelectReceiversClick OnEnter = lbReceiversEnter end end end object btnOK: TButton Left = 232 Top = 450 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = btnOKClick end object btnCancel: TButton Left = 315 Top = 450 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object pmHideStandard: TPopupMenu Left = 304 Top = 196 end end